home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / DIR_IO.H < prev    next >
Text File  |  1995-01-01  |  191b  |  7 lines

  1. #ifndef WORD
  2. #define BYTE unsigned char
  3. #define WORD unsigned int
  4. #endif
  5. int  FindFirst(char *,char *,long *);
  6. int  FindNext(char *,long *);
  7. int  FileSDT(char *,long *,WORD *,WORD *);